openchemlib-js
![npm download](https://img.shields.io/npm/dm/openchemlib.svg?style=flat-square)
JavaScript interface with the openchemlib java library
Development
To build this project, you need :
Install dependencies
npm install
[sudo] npm install -g gulp
Configure directories
Copy config.default.json
to config.json
and put the path to the GWT classes on your computer.
If you want to update the java code from openchemlib, provide the path to the openchemlib source.
Gulp tasks
Options
- -m [name]: only process module "name"
- -v: verbose output
compile:min / compile:pretty
Execute the GWT compiler
export
Transform the GWT compiled files to javascript modules
build:min / build:pretty
Compile and export
copy:openchemlib
Copy the required java files from the openchemlib project
License
BSD-3-Clause